Plug GtkATContext into GtkAccessible
authorEmmanuele Bassi <ebassi@gnome.org>
Wed, 8 Jul 2020 15:56:31 +0000 (16:56 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Sun, 26 Jul 2020 19:31:14 +0000 (20:31 +0100)
commit566f75af824d77a968fb8a835a7ab8d4f3331bf6
tree681519f260e56311a2f11f48e64a5872115b5481
parenta382dfd3bd7d4de1e2285a6d822a3c99506e6f75
Plug GtkATContext into GtkAccessible

An Accessible implementation must create an ATContext object. UI
elements are supposed to interact with the GtkAccessible API, but we
expose GtkATContext to allow patterns like delegation.
gtk/gtkaccessible.c
gtk/gtkaccessible.h
gtk/gtkaccessibleprivate.h [new file with mode: 0644]